Revision: ftp-utils--devo--1.0--patch-2
Archive: lord@regexps.com--2001Q4
Creator: Tom Lord <lord@regexps.com>
Date: Thu Jan  3 04:43:12 PST 2002
Standard-date: 2002-01-03
Summary: bug fixes
Keywords: 
New-files: {arch}/ftp-utils/ftp-utils--devo/ftp-utils--devo--1.0/lord@regexps.com--2001Q4/patch-log/patch-2
New-directories: {arch}/ftp-utils/ftp-utils--devo/ftp-utils--devo--1.0/lord@regexps.com--public-2001Q4
  {arch}/ftp-utils/ftp-utils--devo/ftp-utils--devo--1.0/lord@regexps.com--public-2001Q4/patch-log
Modified-files: ChangeLog client/command.c client/protocol.c
  with-ftp/wftp-client.c with-ftp/wftp-ls.c with-ftp/with-ftp.c
New-patches: lord@regexps.com--2001Q4/ftp-utils--devo--1.0--patch-2


Data ports should be bound to the address that's talking to the
`with-ftp' client -- which means that address has to be propogated
from `with-ftp' to the various `wftp-*' programs.  That's now done
via an environment variable.

Wu-ftp has an annoying interpretation of RFC959 for the NLST and LIST
commands.  The `wftp-ls' clients now compensates, somewhat, though the
fix is fragile (don't ask for `wftp-ls "."').  This is an area where
lots of helpful volunteer bug-fixers/enhancers could do a lot of good:
by testing the `with-ftp' programs against various servers and
smoothing over the stupidities with annoying but useful patches to the
pristine and Spartan beauty of the `wftp-*' programs.

